home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Deutsche Edition 1
/
Deutsche Edition 1.iso
/
amok
/
amok_lha
/
amok20.lha
/
ComplexLib
/
ComplexInOut.DOK
next >
Wrap
Text File
|
1993-08-15
|
2KB
|
44 lines
Programm: ComplexInOut
Version: 1.0
Autor: Gary Struhlik
ComplexInOut, LongComplexInOut und FFPComplexInOut dienen zur Ein- bzw.
Ausgabe von komplexen Zahlen in Verbindung mit den Modulen xxxxComplexLib.
Prozedur | Beschreibung
-------------------------------------------------------------------------------
komplexe Zahl ausgeben.
PROCEDURE WriteComplex( A : COMPLEX; A ist die auszugebende
m,n : INTEGER; expo,pol : BOOLEAN); komplexe Zahl
m,n entspricht dem Aus-
gabeformat (siehe
RealInOut im Hand-
buch)
expo=TRUE -> Wissen-
schaftliche
Schreibweise
expo=FALSE -> Festkomma-
darstellung
pol=TRUE -> Darstellung
in Polar-
bzw. Exponen-
tialform.
pol=FALSE -> Darstellung
in Normal-
form
PROCEDURE ReadComplex( VAR A : COMPLEX; Die komplexe Zahl A soll
pol : BOOLEAN); eingegeben werden in
Polarform (pol=TRUE) oder
Normalform (pol=FALSE)
PROCEDURE WriteReal( x : REAL; siehe Handbuch, nur
m,n : INTEGER; expo : BOOLEAN); erweitert durch expo
( siehe WriteComplex)
PROCEDURE ReadReal( VAR x : REAL); siehe Handbuch